home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 6.2.dxr / 00055_schipholfotoscript.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  129 b   |  14 lines

  1. property spriteNum
  2.  
  3. on mouseUp me
  4.   go(spriteNum - 22 + 81)
  5. end
  6.  
  7. on mouseEnter
  8.   cursor(280)
  9. end
  10.  
  11. on mouseLeave
  12.   cursor(-1)
  13. end
  14.